|
Graph Common | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.undo.UndoableEditSupport
org.jgraph.graph.DefaultGraphModel
pl.psnc.graph.model.CustomGraphModel
public class CustomGraphModel
CustomGraphModel class - defines custom graph model which is based on
the default implementation of the JGraph model : DefaultGraphModel
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jgraph.graph.DefaultGraphModel |
|---|
org.jgraph.graph.DefaultGraphModel.EmptyIterator, org.jgraph.graph.DefaultGraphModel.GraphModelEdit, org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit |
| Field Summary |
|---|
| Fields inherited from class org.jgraph.graph.DefaultGraphModel |
|---|
asksAllowsChildren, attributes, emptyIterator, listenerList, removeEmptyGroups, roots |
| Fields inherited from class javax.swing.undo.UndoableEditSupport |
|---|
compoundEdit, listeners, realSource, updateLevel |
| Constructor Summary | |
|---|---|
CustomGraphModel()
|
|
| Method Summary |
|---|
| Methods inherited from class org.jgraph.graph.DefaultGraphModel |
|---|
acceptsSource, acceptsTarget, addGraphModelListener, beginUpdate, cellsChanged, cloneCell, cloneCell, cloneCell, cloneCells, cloneUserObject, connect, contains, containsEdgeBetween, createEdit, createLayerEdit, createRemoveEdit, edges, edit, edit, endUpdate, execute, fireGraphChanged, getAll, getAttributes, getAttributes, getChild, getChildCount, getConnectionSet, getDescendants, getEdges, getEdges, getEdgesBetween, getGraphModelListeners, getIncomingEdges, getIndexOfChild, getIndexOfRoot, getOpposite, getOutgoingEdges, getParent, getRootAt, getRootCount, getRoots, getRoots, getRoots, getRootsAsCollection, getSource, getSourceVertex, getTarget, getTargetVertex, getTopmostCells, getUpdateLevel, getUserObject, getValue, handleAttributes, handleConnection, handleConnectionSet, handleInsert, handleParentMap, handleRemove, hasAncestorIn, insert, isEdge, isGroup, isLeaf, isPort, isRemoveEmptyGroups, isVertex, order, remove, removeGraphModelListener, setParent, setRemoveEmptyGroups, setSourcePort, setTargetPort, toBack, toFront, valueForCellChanged |
| Methods inherited from class javax.swing.undo.UndoableEditSupport |
|---|
_postEdit, addUndoableEditListener, createCompoundEdit, getUndoableEditListeners, postEdit, removeUndoableEditListener, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jgraph.graph.GraphModel |
|---|
addUndoableEditListener, removeUndoableEditListener |
| Constructor Detail |
|---|
public CustomGraphModel()
|
Graph Common | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||